home *** CD-ROM | disk | FTP | other *** search
/ Vypalování CD / Vypalovani-CD-cd1.bin / Backup-Burner Add-On SDK 5.0 / AutoMenu / Copy of Autorun.inf < prev    next >
Windows Autorun File  |  2002-02-02  |  2KB  |  61 lines

  1. [AutoRun]
  2. open=AutoRun.exe 
  3. icon=AutoRun.exe, 0
  4. ;The ", 0 " above, tells Windows to use the icon embedded in AutoRun.exe.
  5. ;If you do not want any icon in My Computer, put a semicolon in front of the icon line.
  6. ;If using your own icon file, use this line instead-
  7. ;icon=icon.ico
  8.  
  9. [CUSTOM CD MENU]
  10. titletext=Example Menu and autorun.inf file
  11. buttonqty= 3
  12. buttoncolor=clInfoBk
  13. menucolor= clWhite
  14. ;A semicolon at the begining of the line means the line is ignored by the program.
  15. ;Text inside brackets is case sensitive, use Uppercase.
  16. ;Text on left side of "=" is case sensitive, use lowercase.
  17. ;Your text can be mixed case.
  18. ;See the readme.htm file for a list of color codes.
  19. ;Path names do not need quotes around them if they contain spaces.
  20.  
  21. [BUTTON1]
  22. buttontext=Click to Launch the read me file in IE
  23. relativepathandfilename="ReadMe.htm"
  24. closemenuonclick=0
  25.  
  26. [BUTTON2]
  27. buttontext=Click to view the actual autorun.inf file used
  28. relativepathandfilename=autorun.inf
  29. closemenuonclick=0
  30.  
  31. [BUTTON3]
  32. buttontext=Click to launch a file in a subfolder
  33. relativepathandfilename=Sub Folder Example\popup.txt
  34. closemenuonclick=1
  35.  
  36. [BUTTON4]
  37. buttontext=
  38. relativepathandfilename=
  39. closemenuonclick=0
  40.  
  41. [BUTTON5]
  42. buttontext=
  43. relativepathandfilename=
  44. closemenuonclick=0
  45.  
  46. [BUTTON6]
  47. buttontext=
  48. relativepathandfilename=
  49. closemenuonclick=0
  50.  
  51. [BUTTON7]
  52. buttontext=
  53. relativepathandfilename=
  54. closemenuonclick=0
  55.  
  56. [BUTTON8]
  57. buttontext=
  58. relativepathandfilename=
  59. closemenuonclick=0
  60.  
  61.